home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
New Perspectives on Computer Concepts
/
New Perspectives on Computer Concepts.iso
/
np2010c
/
L02a.swf
/
scripts
/
frame_539
/
DoAction.as
Wrap
Text File
|
2007-12-30
|
250b
|
17 lines
stop();
NavSetup(qc03prev);
NavSetup(qc03next);
NavSetup(qc03end);
qc03prev.onPress = function()
{
gotoAndStop(535);
};
qc03next.onPress = function()
{
gotoAndStop(541);
};
qc03end.onPress = function()
{
gotoAndStop(530);
};